home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / interfaces / PInterface Translator / patches / databaseaccess.patch < prev    next >
Encoding:
Text File  |  1993-09-16  |  206 b   |  6 lines  |  [TEXT/CCL2]

  1. (defrecord (ResListArray :handle) (array (array :reslistelem 256)))
  2.  
  3. (defrecord (ColTypesArray :handle) (array (array :ostype 256)))
  4.  
  5. (defrecord (ColInfoArray :handle) (array (array :dbcolinforecord 256)))
  6.